Skip to content

IndexedItem class

Defined in

Namespace: DynamicData Assembly: DynamicData.dll Full name: DynamicData.IndexedItem<T1, T2> Modifiers: public sealed

Summary

View source

        An item with it's index.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0, net462

Class hierarchy
classDiagram
class IndexedItem~T1,T2~
class IEquatable~IndexedItem~TObject, TKey~~ {
    <>
}
IEquatable~IndexedItem~TObject, TKey~~ <|.. IndexedItem~T1,T2~

Implements: IEquatable>

Remarks

Initializes a new instance of the IndexedItem class.

Constructors

NameSummary
.ctorAn item with it's index.

Properties

NameSummary
IndexGets the index.
KeyGets the key.
ValueGets the value.

Methods

NameSummary
Equals
GetHashCode
ToString
Inherited members